home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Arsenal / OS2 Arsenal v1.0 (Disc 1)(Arsenal Computer).ISO / os2_drvr / s55eos2.exe / README.TXT < prev   
Encoding:
Text File  |  1994-11-10  |  5.0 KB  |  142 lines

  1.  
  2.         IBM OS/2 2.x / 3.x IDE CD driver for IDE CDROM drives
  3.         November 7,1994
  4.  
  5.  
  6.         This package conatins the drivers for IDE CDROM drives
  7.  
  8.  
  9.         You MUST use these NEW files to replace the existing copies supplied
  10.         by whatever version of OS/2 you are using.
  11.  
  12.  
  13.  
  14. Installation if OS/2 2.1 or WARP is already installed on your fixed disk
  15. ------------------------------------------------------------------------
  16.  
  17.  
  18. 1. you must run Selective Install to install the files for the OS/2 CD-ROM
  19.    Device Manager and OS/2 CD-ROM File System.
  20.  
  21.    a. Open the OS/2 System folder on the desktop.
  22.    b. Open the System Setup folder.
  23.    c. Open Selective Install
  24.    d. Select the CD-ROM Device Support check box
  25.    e. Select OK
  26.    f. Scroll to the bottom of the CD-ROM device list table and
  27.       select the choice OTHER (OS/2 2.1) or Non-listed IDE CD-ROM (WARP)
  28.    g. Select OK
  29.    h. Select the OK push button to proceed from the System Configuration
  30.       screen to the OS/2 Setup and Installation window
  31.    i. Select Install
  32.    j. When prompted to do so, insert the numbered installation diskette.
  33.  
  34.  
  35. 2. Copy the files provided in this package OVER those installed in step 1,
  36.    to their proper location on your system.  On Warp this is \OS2\BOOT.
  37.    check by doing a 'DIR IBM1S506.ADD /S' on your system  <== DIR command
  38.  
  39. 3. IDE CD roms that adhere to the ATAPI specification of February 1994
  40.    will be detected automatically if they are configured on the Primary or
  41.    Secondary IDE channel.  If your IDE channel is not the primary or secondary,
  42.    or if your IDE channel is not using the default io ports and IRQs, do a
  43.    'HELP IBM1S506.ADD' at an OS/2 command prompt to get detailed information
  44.    on changing or adding channels.
  45.  
  46. 4. Some drives do not respond to an ATAPI command from the February Spec.
  47.    These drives can not be auto detected and require an additional parameter
  48.    on the IBM1S506.ADD line in config.sys.  The NEC 260 drive, for example,
  49.    requires this additional parameter.
  50.  
  51.    BASEDEV=IBM1S506.ADD /A:x /U:y /ATAPI
  52.  
  53.    where x is the adapter number and y is the unit number.
  54.  
  55.    /A:
  56.  
  57.       Which IDE drive connector on your adapter contains the cable
  58.       that the NEC 260 IDE drive is connected to
  59.  
  60.       IF you have only one IDE controller, this is Adapter 0, /A:0
  61.  
  62.       IF you have TWO IDE controllers, and the IDE CDROM is connected to
  63.       the second controller cable, this is Adapter 1, /A:1
  64.  
  65.       The Enhanced IDE specifications allow for FOUR adapters, so
  66.       /A: COULD also be 2 or 3 in your system.
  67.  
  68.  
  69.    /U:
  70.  
  71.       Each IDE controller can drive up to TWO drives. If the CD drive
  72.       is jumpered as the Master then this is unit 0, /U:0 otherwise it
  73.       is unit 1, /U:1
  74.  
  75.    /atapi or /ATAPI
  76.  
  77.       This informs the IBM1S506.ADD driver that this unit (/a: /u:) is an
  78.       ATAPI (IDE attached) CDROM drive...
  79.  
  80.    Editing your config.sys...
  81.  
  82.    locate the BASEDEV=IBM1S506.ADD line
  83.  
  84.    If you have NO parameters on this line, then ADD the
  85.    parms as defined above, /A:? and /U:?
  86.  
  87.    an example line with the CD as slave on controller 1
  88.    BASEDEV=IBM1S506.add /A:0 /U:1 /ATAPI
  89.  
  90.    IF you ALREADY have parms, and have a /A:? parm already, make sure
  91.    to add JUST the /U:? parm for that adapter.
  92.  
  93. 5. IF you are using OS/2 2.11 or earlier, you will need to add the following
  94.    config.sys statement. (If you have WARP, choosing 'NON listed IDE CDROM'
  95.    will cause this line to be placed in config.sys automatically)
  96.  
  97.    BASEDEV=IBMIDECD.FLT
  98.  
  99. 6. Shut down and restart your system
  100.  
  101.  
  102. Installation if os/2 is NOT already installed on your fixed disk
  103. ----------------------------------------------------------------
  104.  
  105.  
  106. 1. create the CD install disk 1 from the OS/2 CDROM
  107.  
  108. 2. copy the files supplied here OVER the ones on disk 1.
  109.  
  110. 3. If you have a NEC 260 IDE CDROM drive, edit the config.sys on disk 1
  111.    and modify the BASEDEV=IBM1S506.ADD line as described above
  112.    (adding the /A & /U parms)
  113.  
  114. 3a. IF you are using OS/2 2.11 or earlier, add the following statement
  115.     to config.sys and copy the associated file onto disk 1.
  116.  
  117.     BASEDEV=IBMIDECD.FLT
  118.  
  119. 4. Boot the installation disk and disk 1 and proceed thru
  120.    installation phase 1.
  121.  
  122. 4a. If you are using WARP, proceed to step 7.
  123.  
  124. 5. Because the installation program uses copies of these files
  125.    from a packed file on the installation diskettes, the
  126.    UPDATED drivers you copied in step 2 are overlayed with
  127.    the older ones on your hard disk. You MUST manually
  128.    fix this.
  129.  
  130.    When you are asked to reboot to continue the installation,
  131.    insert the installation disk and press Ctrl-Alt-Del, then through disk 1
  132.    to the install panel. Press F3 to get to a command line. Go to the
  133.    installation drive (wherever you installed OS/2). Copy the updated
  134.    files (OS2CDROM.DMD, IBM1S506.ADD, and IBM1DECD.FLT from disk 1 to the
  135.    proper location on the install partition)
  136.  
  137. 6. type EXIT from the command line
  138.  
  139. 7. remove the diskette from A: and reboot
  140.  
  141. 8. Complete the rest of install
  142.